domain
Class ConceptAttributeRange

java.lang.Object
  extended by domain.BasicValueDomain
      extended by domain.ConceptAttributeRange
All Implemented Interfaces:
Included

public class ConceptAttributeRange
extends BasicValueDomain


Field Summary
private  AtomicConceptAttribute uc
           
 
Constructor Summary
ConceptAttributeRange(AtomicConceptAttribute uc)
           
 
Method Summary
 AtomicConceptAttribute getConceptAttribute()
           
 void setConceptAttribute(AtomicConceptAttribute uc)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uc

private AtomicConceptAttribute uc
Constructor Detail

ConceptAttributeRange

public ConceptAttributeRange(AtomicConceptAttribute uc)
Method Detail

getConceptAttribute

public AtomicConceptAttribute getConceptAttribute()

setConceptAttribute

public void setConceptAttribute(AtomicConceptAttribute uc)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object